projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6213b40
)
(cal-tex-latexify-list): Put the elements of RESULT in the proper order.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Aug 1997 00:58:44 +0000
(
00:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Aug 1997 00:58:44 +0000
(
00:58
+0000)
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.
lisp/calendar/cal-tex.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-tex.el
b/lisp/calendar/cal-tex.el
index 4caa6839115bd3df322533bf8e117c83bcdd7f7f..172f5d5ff84387654c2946d6ccebffcc5ab8cc4f 100644
(file)
--- a/
lisp/calendar/cal-tex.el
+++ b/
lisp/calendar/cal-tex.el
@@
-212,7
+212,8
@@
This definition is the heart of the calendar!")
(defun cal-tex-list-diary-entries (d1 d2)
"Generate a list of all diary-entries from absolute date D1 to D2."
- (let ((diary-display-hook nil))
+ (let ((diary-list-include-blanks nil)
+ (diary-display-hook nil))
(list-diary-entries
(calendar-gregorian-from-absolute d1)
(1+ (- d2 d1)))))